rsc.io/qr.pngWriter.buf (field)
8 uses
rsc.io/qr (current package)
png.go#L30: buf bytes.Buffer
png.go#L41: w.buf.Reset()
png.go#L44: w.buf.Write(pngHeader)
png.go#L66: return w.buf.Bytes()
png.go#L76: w.buf.Write(w.wctmp[0:4])
png.go#L79: w.buf.Write(w.wctmp[0:4])
png.go#L81: w.buf.Write(data)
png.go#L85: w.buf.Write(w.wctmp[0:4])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |